Port --without-x --enable-gcc-warnings to Fedora 19.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Sep 2013 00:20:56 +0000 (17:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Sep 2013 00:20:56 +0000 (17:20 -0700)
commite614e427a43ac2031d328f50ab33894fcc59fd76
treef947a191b24fae66571671aaf2c8ad0b33d773ee
parent0f1532f2fe2fb863f9804a189ce4a67313003be0
Port --without-x --enable-gcc-warnings to Fedora 19.

* configure.ac (WERROR_CFLAGS): Omit redundant use of
-Wmissing-field-initializers, -Wswitch, -Wtype-limits,
-Wunused-parameter.  If there is no window system, also omit
-Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
is needed for Fedora 19.
* src/gfilenotify.c (globals_of_gfilenotify):
Call g_type_init only if using an older glib version that needs it.
ChangeLog
configure.ac
src/ChangeLog
src/gfilenotify.c